🩹 검증 리포트가 한 번도 커밋되지 않던 문제 — git add에 -f 누락 - #21
Draft
Kevinlee7250 wants to merge 1 commit into
Draft
Kevinlee7250 wants to merge 1 commit into
Kevinlee7250 wants to merge 1 commit into
Conversation
docs/.gitignore(npm/cli 템플릿)가 /* 로 docs 하위를 전부 무시하므로 -f 없이는 아무것도 스테이징되지 않습니다. blog-verify가 39번 만에 처음 성공했는데도 verify_report.json이 저장소에 남지 않은 이유입니다. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01RgLYqM9puPW1aqHTccbX69
This branch has not been deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
PR #20으로
blog-verify를 고친 뒤 오늘 39번 만에 처음 성공했습니다(run #40, 06:19). 그런데 저장소에docs/data/verify_report.json이 없습니다. 워크플로는 초록으로 끝났고요.원인
docs/.gitignore(npm/cli 템플릿)가 docs 하위를 전부 무시합니다.커밋 단계가
git add를-f없이 호출하니 아무것도 스테이징되지 않고,변경사항 없음 — 커밋 건너뜀으로 조용히 지나갔습니다.확인:
이 함정은
HANDOFF.md에 이미 적혀 있고 다른 워크플로들은-f를 씁니다. 여기만 빠져 있었습니다.다른 워크플로 확인
-f없이git add를 쓰는 워크플로 4개를 더 찾아 전부 확인했습니다.blog-automation/logs/alert_state.jsonblog-automation/logs/used_images.jsonblog-automation/logs/used_images.jsonblog-automation/logs/lifecycle_history.json외blog-automation/.gitignore는logs/*.log만 무시하므로 JSON은 정상 커밋됩니다. 실제 문제는blog-verify.yml하나뿐입니다.검증
머지 후 다음
blog-verify실행에서docs/data/verify_report.json이 커밋되면 확인됩니다. 그때부터 대시보드에서 게시 후 품질 점수를 볼 수 있습니다.🤖 Generated with Claude Code
https://claude.ai/code/session_01RgLYqM9puPW1aqHTccbX69
Generated by Claude Code